Welcome![Sign In][Sign Up]
Location:
Search - Mouse Hook

Search list

[Hook apiHook

Description: 钩子程序,具备后门开关F2,组合键无效,截断所有按键和鼠标信息。-Hook procedure, with the back door switch F2, a combination of keys does not work, cut off all the keystrokes and mouse information.
Platform: | Size: 3593216 | Author: 蒋尚昆 | Hits:

[Hook apiMouse

Description: 简单的鼠标钩子,能捕获鼠标所在窗口的标题,并显示在指定文本框中。适合初学者。-A simple mouse hook to capture the title of the window where the mouse and displays the specified text box. Suitable for beginners.
Platform: | Size: 5075968 | Author: xiaoxin | Hits:

[OS programHook

Description: 钩子是WINDOWS中消息处理机制的一个要点,通过安装各种钩子,应用程序能够设置相应的子例程来监视系统里的消息传递以及在这些消息到达目标窗口程序之前处理它们。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,鼠标钩子可以截获鼠标消息,外壳钩子可以截获启动和关闭应用程序的消息,日志钩子可以监视和记录输入事件。钩子分为线程专用钩子和全局钩子,线程专用钩子只监视指定的线程,要监视系统中的所有线程,必须用到全局钩子。对于全局钩子,钩子函数必须包含在独立的动态链接库(DLL)中,这样才能被各种相关联的应用程序调用。在WINDOWS中,日志钩子是个很特别的钩子,它只有全局钩子一种,是键盘鼠标等输入设备的消息在系统消息队列被取出时发生的,而且系统中只能存在一个这样的日志钩子,更重要是,它不必用在动态链接库中,这样可以省却了为安装一个全局钩子而建立一个动态链接库的麻烦。利用日志钩子,我们可以监视各种输入事件,下面的示例可以用来记录键盘的输入,当有按键发生时,自动记录按键动作的日期和时间以及当前激活的窗口名称。 根据网上教程编写并调试通过.-WINDOWS hook are message handling mechanism in a point, by installing a variety of hooks, the application can set the appropriate subroutine to monitor the messaging system, as well as the message arrive at these objectives deal with them before the window. A lot of the type of hook, each hook can be intercepted and processed the corresponding message, such as a keyboard hook keyboard can be intercepted message, the mouse can be intercepted mouse message hook, hook shell can be intercepted by the application to start and turn off the message, log hook can monitor and record input case. Hook into thread-specific hook and global hook, thread-specific hook to monitor only the specified thread, it is necessary to monitor the system all the threads must be used in the overall hook. The overall hook, hook function must be included in a separate dynamic-link library (DLL), this can be a variety of applications associated call. In WINDOWS, the log is a very special hook the hook, it is only a
Platform: | Size: 206848 | Author: changyou | Hits:

[Hook apiHookDll2

Description: hook dll driver for keyboard mouse source
Platform: | Size: 13312 | Author: sky | Hits:

[Hook apiMouse

Description: 应用鼠标钩子捕获桌面信息,包括如何建立和卸载鼠标钩子-Mouse hook to capture the desktop applications, including how to set up and uninstall the mouse hook
Platform: | Size: 49152 | Author: 尼恩 | Hits:

[Hook apiHook

Description: 可以捕获键盘消息和鼠标消息,并输出到指定文本文件中。-News to capture the keyboard and mouse information, and output to the specified text file.
Platform: | Size: 6219776 | Author: 路上 | Hits:

[OS programHookMouse

Description: 一款不错的VC++鼠标钩子程序,打开本程序后,鼠标主到打开的任一窗口的标题栏上,该窗口的信息就会显示在钩子程序里显示,和以往的鼠标钩子有点区别。程序一共分两部分,一部分是Mousehook.dll的源程序,另一部分则是调用些DLL生成的钩子程序。在VC6下编译通过。-A good VC++ mouse hook procedure, open the process, the mouse to open the main window title bar of any of the information window will be displayed on the hook program showed that the mouse past the difference between a little hook. Procedures were divided into two parts, part of the Mousehook.dll source, the other part is the call to generate more of the hook procedure DLL. Passed in the compiler under VC6.
Platform: | Size: 22528 | Author: 128 | Hits:

[Hook apiHook

Description: vc写的。钩子程序:运行时截获键盘鼠标信息,只有输入正确密码才可回复正常。-vc written. Hook procedure: run-time interception of keyboard and mouse information, only enter the correct password before they can return to normal.
Platform: | Size: 23552 | Author: fengxian | Hits:

[Hook apiHookMouse

Description: 一个简单的鼠标钩子程序 Windows系统是建立在事件驱动的机制上的,说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口,用它可以截获并处理送给其他应用程序的消息,来完成普通应用程序难以实现的功能。钩子的种类很多,每种钩子可以截获并处理相应的消息,如键盘钩子可以截获键盘消息,外壳钩子可以截取、启动和关闭应用程序的消息等。本文在VC6编程环境下实现了一个简单的鼠标钩子程序,并对Win32全局钩子的运行机制、Win32 DLL的特点、VC6环境下的MFC DLL以及共享数据等相关知识进行了简单的阐述。-A simple mouse hook procedure Windows system is based on event-driven mechanism, and put it bluntly, is that the whole system through message passing to achieve. The hook is a very important Windows system, the system interface, you can use to intercept and handle messages sent to other applications to complete the application difficult to achieve normal function. Many different types of hooks, each hook can intercept and process the corresponding message, such as a keyboard hook to intercept keyboard messages, shell hooks can be intercepted, start and close applications news. In this paper, VC6 programming environment to achieve a simple mouse hook procedure, and the global hook Win32 operating mechanism, Win32 DLL characteristics, VC6 environment MFC DLL, as well as sharing of data and other related knowledge of the brief explanation.
Platform: | Size: 47104 | Author: 冰雨 | Hits:

[Windows DevelopMouse

Description: 鼠标钩子,调用已经生成的DLL函数,实现获取鼠标处的窗口标题-MOUSE HOOK
Platform: | Size: 8192 | Author: zzw | Hits:

[Windows Develophook

Description: C#钩子程序,主要是统计一天中鼠标总的移动距离和键盘总的敲击次数。程序中直接使用了Georgi的UserActivityHook 类。-C# hook procedures, mainly statistical day, the total movement distance of the mouse and keyboard tapping the total number of times. Program directly using the Georgi' s UserActivityHook class.
Platform: | Size: 152576 | Author: 259 | Hits:

[Windows DevelopVC-hook

Description: 一个用VC实现的钩子程序,用于捕获鼠标经过的窗口的标题-A hook with the VC implementation procedures for the window to capture the mouse over the title of
Platform: | Size: 10308608 | Author: 杨天 | Hits:

[Hook apiMousehook

Description: hook mouse,and you can use it to create a programe in order to lock the screen-hook mouse
Platform: | Size: 38912 | Author: niezenan | Hits:

[Hook apihook

Description: 在vs2008下面测试通过 简单的实现了进程内的hook调用,和全局hook,hook部分简单的实现了屏蔽键盘和鼠标消息,后门为功能键F2,有详细的说明,适合入门研究学习 一共三个文件, v19e2_Hook.rar为全局hook程序块,v19e2_HookTest.rar为测试全局hook的程序,v20e1_innerHook.rar为在一个单独的进程内调用hook,-Simple implementation of the process, call the hook, and global hook, hook some simple keyboard and mouse to achieve a shielding information, the back door for the function keys F2, a detailed description of study for entry of a total of three documents, v19e2_Hook.rar to Global hook block, v19e2_HookTest.rar global hook procedures for testing, v20e1_innerHook.rar in a separate process within the call hook,
Platform: | Size: 26737664 | Author: echo | Hits:

[Hook apicalling_global_hook_to_lock_keyboard_mouse_source.

Description: 通过调用全局钩子来锁定键盘和鼠标源码By calling the global hook to lock the keyboard and mouse source-By calling the global hook to lock the keyboard and mouse source
Platform: | Size: 622592 | Author: yud | Hits:

[Hook apiHook

Description: 通过钩子获取键盘鼠标事件,并将操作事件记录在文本。-Through the hook for keyboard and mouse events, and action events recorded in the text.
Platform: | Size: 870400 | Author: 汪俊伟 | Hits:

[Hook apiHOOK

Description: 基于vc++,该程序会自动开机启动,运行后会全屏,屏蔽鼠标和键盘操作,但是按下F2键可退出,属于钩子程序-Based on vc++, the program will automatically boot and run after full-screen, mouse and keyboard screen, but pressing the F2 key to exit, is the hook program
Platform: | Size: 337920 | Author: hcz | Hits:

[Hook apiHook

Description: 键盘记录钩子的两大应用;键盘钩子(分别记录字符输入,汉字输入),鼠标钩子(鼠标操作触发事件,键盘发声等),文件中包含五个完整工程,是学习钩子的很好资料。-Keyloggers hook the two applications keyboard hook (character input were recorded, Chinese character input), the mouse hook (trigger mouse events, keyboard sound, etc.), the document consists of five complete works, is to learn good information on the hook.
Platform: | Size: 124928 | Author: tc | Hits:

[Windows DevelopVB

Description: 获得句柄容易,用GetCursorPos和WindowFromPoint就可以,但截获消息有点难,因为不在一个内存地址空间里。 用钩子 全局鼠标钩子。 -Get a handle easily, with GetCursorPos and WindowFromPoint can, but intercepted the message a bit difficult, because not a memory address space. Global mouse hook with the hook.
Platform: | Size: 7168 | Author: xx | Hits:

[Hook apihook

Description: 简单的hook程序 hook键盘和鼠标 唯一留下的后门是f2-Simply hook the keyboard and mouse hook procedures left the back door is the only f2
Platform: | Size: 1209344 | Author: 张建 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 31 »

CodeBus www.codebus.net